2.2.5 REST Device Reassigned notification

The REST Device Reassigned event sends a notification to a REST web service when a device is reassigned.

Note: You can reassign devices only using the MyID Core API; see the Reassigning devices section in the MyID Core API guide for details.

If you configure an external system with the name REST Device Reassigned and specify the corresponding mapping file RESTDeviceReassigned.xml, you can configure MyID to respond to the event with the following.

2.2.5.1 Endpoint

POST /devices/deviceReassigned

2.2.5.2 Data

Copy
{
    "devices": {
        "id": "<device guid>",
        "previousOwnerID": "<previous owner ID>",
        "newOwnerID": "<new owner ID>",
        "operation": "reassign"
    }
}

2.2.5.3 Expected response

A 200 OK response in the event of success.